home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr48 / gmutils2.zip / GMUTILS2.DOC < prev    next >
Text File  |  1995-01-25  |  5KB  |  132 lines

  1. GM UTILS  Greg Miskelly's Utilities
  2.  
  3. All of the utility programs in my little utility package are programs
  4. that I have generally written for my own use. Some were written as a
  5. specific favour to someone. They may be regarded as oddities that
  6. have no wide appeal to computer users. The reason for this is that I
  7. wouldn't consider writing a program if there was already widely used
  8. Public Domain programs to perform the purpose.
  9.  
  10. I hereby declare that these programs are free for use by everyone
  11. that has access to an IBM Compatible PC. Use of these programs is 
  12. entirely at your own risk. I accept no liability whatsoever. The 
  13. only request that I make of you is that if you pass the programs on 
  14. to another person, please pass on the entire suite of programs, 
  15. including this documentation file. I will not distribute the source
  16. code because one of the programs is specifically for the purpose
  17. of computer access control. Some of the other programs could also
  18. possibly be used for computer security purposes.
  19.  
  20. Nearly all of the programs contain their own manual, ie, the manual
  21. file can be generated by entering: 
  22.    
  23.    PROGNAME /? DOC
  24.  
  25. at the command line. The one exception is STRIP.EXE which has it's
  26. own documentation file. The reason for this is that I wrote the
  27. program in MicroSoft QuickBASIC Ver 4.5 before I discovered the
  28. FromBat Version 3 programming language. There is a fairly complex
  29. algorithm within STRIP.EXE and I really didn't want to spend the
  30. time converting it.
  31.  
  32.    So....   What do the programs do?
  33.    ---------------------------------
  34.  
  35. ARDP.COM      Add/Remove directories to/from the Path
  36.  
  37.    A help screen can be generated by entering ARDP /?
  38.  
  39.  
  40.  
  41. CLDD.COM      Copy Large Directories to Diskettes.
  42.               A method of providing a backup without compressing
  43.               or altering files.
  44.  
  45.    A help screen can be generated by entering CLDD /?
  46.  
  47.  
  48.  
  49. CURSOR.COM    Change the appearance of the cursor
  50.  
  51.    A help screen can be generated by entering CURSOR /?
  52.  
  53.  
  54.  
  55. EOLDDAYS.COM  Test a file for age in days and leave an errorlevel
  56. EOLDDEMO.BAT      A demonstration Batch File for EOLDDAYS.COM
  57.  
  58.    A help screen can be generated by entering EOLDDAYS /?
  59.  
  60.  
  61.  
  62. JULIAN.COM    Provide information about the current Julian date.
  63.               This program will not really have any widespread
  64.               appeal, but it has certain specific uses, eg, to
  65.               automate the production of NODEDIFF extensions by
  66.               SysOps of Bulletin Board Services
  67.  
  68.    A help screen can be generated by entering JULIAN /?
  69.  
  70.  
  71.  
  72. PSIS.COM      Provide System Information and Services.
  73.               This program provides information by way of
  74.               generating errorlevels or environment variables
  75.               for an extensive range of system information.
  76.  
  77.    A help screen can be generated by entering PSIS /?
  78.  
  79.  
  80.  
  81. PWORD.COM     An elementary, but secure password program.
  82.               Please read the documentation file before using
  83.               this program in case you lock yourself permanently
  84.               out of your machine.
  85.  
  86.    A help screen can be generated by entering PWORD /?
  87.  
  88.  
  89.  
  90. READ.COM      A simple file viewing program.
  91.  
  92.    A help screen can be generated by entering READ /?
  93.  
  94.  
  95.  
  96. SAVUNTIL.COM  A screen saving program for use in Batch Files. A
  97.               keyboard interuption will generate an errorlevel
  98.               so that branching can occur within the batch file.
  99.  
  100.    A help screen can be generated by entering SAVUNTIL /?
  101.  
  102.  
  103.  
  104. STRIP.EXE     Strip carriage returns from DOS Text files before
  105.               editing in word processing applications
  106. STRIP.DOC        Documentation file for STRIP.EXE
  107.  
  108.               This program has quite a sophisticated algorithm.
  109.               It will filter out tabs, etc. It also attempts to
  110.               work out which lines should be left as lines
  111.               rather than being turned into paragraphs.
  112.  
  113.    A help screen can be generated by entering STRIP /?
  114.  
  115.  
  116. WAIT.COM      A utility to stop the computer. Primarily for use
  117.               in batch files. A keyboard interuption will
  118.               generate an errorlevel.
  119.  
  120.    A help screen can be generated by entering WAIT /?
  121.  
  122.  
  123. I'm sure you have gathered by now that I have an interest in BATCH
  124. file programming. As I have not requested any payment for these 
  125. programs I can not provide any support for them. I hope you find 
  126. some of them useful.
  127.  
  128. These programs are dedicated to my wife who has to put up with my
  129. programming hobby.
  130.  
  131. Greg Miskelly        gmiskelly@bart.embassey.co.uk
  132.